﻿2026-07-28T02:57:24.2663005Z ##[group]Run actions/checkout@v5
2026-07-28T02:57:24.2663248Z with:
2026-07-28T02:57:24.2663440Z   repository: SaberMage/spt-shell-notify
2026-07-28T02:57:24.2663677Z   path: .adapter-notify
2026-07-28T02:57:24.2665673Z   token: ***
2026-07-28T02:57:24.2665848Z   ssh-strict: true
2026-07-28T02:57:24.2666016Z   ssh-user: git
2026-07-28T02:57:24.2666201Z   persist-credentials: true
2026-07-28T02:57:24.2666392Z   clean: true
2026-07-28T02:57:24.2666563Z   sparse-checkout-cone-mode: true
2026-07-28T02:57:24.2666773Z   fetch-depth: 1
2026-07-28T02:57:24.2666946Z   fetch-tags: false
2026-07-28T02:57:24.2667121Z   show-progress: true
2026-07-28T02:57:24.2667307Z   lfs: false
2026-07-28T02:57:24.2667466Z   submodules: false
2026-07-28T02:57:24.2667648Z   set-safe-directory: true
2026-07-28T02:57:24.2667857Z   allow-unsafe-pr-checkout: false
2026-07-28T02:57:24.2668072Z env:
2026-07-28T02:57:24.2668245Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-28T02:57:24.2668467Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-28T02:57:24.2668735Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-28T02:57:24.2669155Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:24.2669608Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:24.2670033Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:24.2670433Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30323708322-1-K4vLa3
2026-07-28T02:57:24.2670743Z ##[endgroup]
2026-07-28T02:57:24.4446318Z Syncing repository: SaberMage/spt-shell-notify
2026-07-28T02:57:24.4449134Z ##[group]Getting Git version info
2026-07-28T02:57:24.4449628Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-07-28T02:57:24.4473473Z [command]/usr/bin/git version
2026-07-28T02:57:24.4513599Z git version 2.43.0
2026-07-28T02:57:24.4531055Z ##[endgroup]
2026-07-28T02:57:24.4540807Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/702de9d2-753e-4af0-91b9-dfdc4a0ac903' before making global git config changes
2026-07-28T02:57:24.4542132Z Adding repository directory to the temporary git global config as a safe directory
2026-07-28T02:57:24.4544538Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-28T02:57:24.4574089Z ##[group]Initializing the repository
2026-07-28T02:57:24.4578201Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-28T02:57:24.4610059Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-28T02:57:24.4610699Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-28T02:57:24.4611256Z hint: of your new repositories, which will suppress this warning, call:
2026-07-28T02:57:24.4611715Z hint: 
2026-07-28T02:57:24.4612058Z hint: 	git config --global init.defaultBranch <name>
2026-07-28T02:57:24.4612448Z hint: 
2026-07-28T02:57:24.4612801Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-28T02:57:24.4613376Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-28T02:57:24.4613837Z hint: 
2026-07-28T02:57:24.4614080Z hint: 	git branch -m <name>
2026-07-28T02:57:24.4615296Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-28T02:57:24.4623725Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-28T02:57:24.4652075Z ##[endgroup]
2026-07-28T02:57:24.4652527Z ##[group]Disabling automatic garbage collection
2026-07-28T02:57:24.4654891Z [command]/usr/bin/git config --local gc.auto 0
2026-07-28T02:57:24.4678443Z ##[endgroup]
2026-07-28T02:57:24.4678869Z ##[group]Setting up auth
2026-07-28T02:57:24.4684449Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-28T02:57:24.4709906Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-28T02:57:24.4928879Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-28T02:57:24.4955657Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-28T02:57:24.5142126Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-28T02:57:24.5168827Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-28T02:57:24.5367568Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-28T02:57:24.5399570Z ##[endgroup]
2026-07-28T02:57:24.5400012Z ##[group]Determining the default branch
2026-07-28T02:57:24.5402536Z Retrieving the default branch name
2026-07-28T02:57:24.9372832Z Default branch 'main'
2026-07-28T02:57:24.9373502Z ##[endgroup]
2026-07-28T02:57:24.9373950Z ##[group]Fetching the repository
2026-07-28T02:57:24.9378215Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-28T02:57:25.5122597Z From https://github.com/SaberMage/spt-shell-notify
2026-07-28T02:57:25.5123067Z  * [new branch]      main       -> origin/main
2026-07-28T02:57:25.5140959Z ##[endgroup]
2026-07-28T02:57:25.5141288Z ##[group]Determining the checkout info
2026-07-28T02:57:25.5142558Z ##[endgroup]
2026-07-28T02:57:25.5145666Z [command]/usr/bin/git sparse-checkout disable
2026-07-28T02:57:25.5180280Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-28T02:57:25.5204815Z ##[group]Checking out the ref
2026-07-28T02:57:25.5207530Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-28T02:57:25.5246744Z Switched to a new branch 'main'
2026-07-28T02:57:25.5247198Z branch 'main' set up to track 'origin/main'.
2026-07-28T02:57:25.5251602Z ##[endgroup]
2026-07-28T02:57:25.5284315Z [command]/usr/bin/git log -1 --format=%H
2026-07-28T02:57:25.5306355Z ee2d37eadc730c0019e0af82d683074c509634a2
